BODY		{
		background: #FFCC99;
		color: #000000;
		margin: 10%;
		}

H1,H2,H3	{
		font-family: monospace;
		color: #660000;
		}

H3		{
		margin-left: 5%;
		}



P		{
		margin-left: 5%;
		}

UL
		{
		margin-left: 10%;
		list-style: disc;
		}

A		{
		font-family: sans-serif;
		font-weight: bold;
		text-decoration: none;
		}

A:link		{
		color: #333399;
		}

A:visited	{
		color: #333399;
		}

A:hover		{
		color: #FFCC99;
		background: #333399;
		}

P.byline	{
		font-style: italic;
		font-weight: bold;
		font-size: 80%;
		margin-left: 50%;
		}
